2008-07-11 Simos Xenitellis <simos@gnome.org>
+ * gtk/compose-parse.py:
+ * gtk/gtkimcontextsimple.c:
+ Fixed typo for the name of Markus Kuhn, issue mentioned
+ in bug #321896 (comment 61).
+
+2008-07-11 Simos Xenitellis <simos@gnome.org>
+
Bug 334418 – Support easy input of ellipsis
* gtk/gtkimcontextsimpleseqs.h: Fixed 18 compose sequences
""" This is preferential treatment for Greek """
# keysymdb['combining_tilde'] = 0x342
- """ This is for a missing keysym from Marcus Khun's db """
+ """ This is for a missing keysym from Markus Kuhn's db """
keysymdb['dead_stroke'] = 0x338
- """ This is for a missing keysym from Marcus Khun's db """
+ """ This is for a missing keysym from Markus Kuhn's db """
# keysymdb['Oslash'] = 0x0d8
""" This is for a missing (recently added) keysym """
*/
CASE (dasia, 0x314);
CASE (iota, 0x0345); /* Used by Greek Polytonic layout only; "ypogegrammeni" */
- CASE (voiced_sound, 0x3099); /* Per Marcus Khun keysyms.txt file. */
- CASE (semivoiced_sound, 0x309a); /* Per Marcus Khun keysyms.txt file. */
+ CASE (voiced_sound, 0x3099); /* Per Markus Kuhn keysyms.txt file. */
+ CASE (semivoiced_sound, 0x309a); /* Per Markus Kuhn keysyms.txt file. */
CASE (belowdot, 0x0323);
CASE (hook, 0x0309);
CASE (horn, 0x031b); /* Normally is 0x31b; Greek Polytonic needs 0x313 (or 0x343).